Blazor コントロール
MoveAsync<T>(IDataCollection<T>,Int32,Int32) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > MoveAsync メソッド : MoveAsync<T>(IDataCollection<T>,Int32,Int32) メソッド
The data collection.
From index.
To index.
Moves an item from the specified position to the new one.
シンタックス
'宣言
 
Public Overloads Shared Function MoveAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task MoveAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int fromIndex,
   System.int toIndex
)
where T: class

パラメータ

dataCollection
The data collection.
fromIndex
From index.
toIndex
To index.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧